Add an archive-z repository mode
authorColin Walters <walters@verbum.org>
Sat, 15 Sep 2012 16:44:57 +0000 (12:44 -0400)
committerColin Walters <walters@verbum.org>
Sun, 23 Sep 2012 23:23:45 +0000 (19:23 -0400)
commit40ce43036f886519ddb562912063258ee5254be7
treec13154b883f59ced15227813bc22a3d242e35fb2
parent35a1ff51d0edd5fb7b1ed9b24b774c4ae71d770e
Add an archive-z repository mode

This is where loose content objects are stored as one compressed file,
instead of the two separate ones for regular archive mode.  This mode
would be suitable for HTTP servers, beause only one HTTP request is
necessary, and the result would be compressed.
18 files changed:
src/libostree/ostree-core.c
src/libostree/ostree-core.h
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h
src/ostree/ostree-pull.c
src/ostree/ot-builtin-init.c
tests/archive-test.sh [new file with mode: 0755]
tests/libtest.sh
tests/t0000-basic.sh
tests/t0001-archive.sh
tests/t0002-archivez.sh [new file with mode: 0755]
tests/t0002-log.sh [deleted file]
tests/t0003-log.sh [new file with mode: 0755]
tests/t0003-remote-add.sh [deleted file]
tests/t0004-remote-add.sh [new file with mode: 0755]
tests/t0005-corruption.sh
tests/t0006-libarchive.sh
tests/t0010-pull.sh [deleted file]